type github.com/aws/aws-sdk-go-v2/internal/sync/singleflight.panicError
5 uses
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight (current package)
singleflight.go#L22: type panicError struct {
singleflight.go#L28: func (p *panicError) Error() string {
singleflight.go#L41: return &panicError{value: v, stack: stack}
singleflight.go#L94: if e, ok := c.err.(*panicError); ok {
singleflight.go#L156: if e, ok := c.err.(*panicError); ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)